aloge

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int aloge(const(char*) tag, const(char*) format, va_list args)
    version(Android)
    int
    aloge
    (
    const(char*) tag
    ,
    const(char*) format
    ,)
  2. int aloge(const(char*) tag, const(char*) format, ...)
  3. int aloge(string tag, string format, ...)

Meta